Nesta página você pode obter uma análise detalhada de uma palavra ou frase, produzida usando a melhor tecnologia de inteligência artificial até o momento:
[prə'hibitiv]
общая лексика
воспретительный
прилагательное
общая лексика
запретительный
препятствующий
запрещающий
чрезмерный
непомерно высокий
препятствующий, запрещающий
чрезмерно, непомерно высокий (о цене, издержках и т. п.)
грамматика
повелительное наклонение
In computer science, imperative programming is a programming paradigm of software that uses statements that change a program's state. In much the same way that the imperative mood in natural languages expresses commands, an imperative program consists of commands for the computer to perform. Imperative programming focuses on describing how a program operates step by step, rather than on high-level descriptions of its expected results.
The term is often used in contrast to declarative programming, which focuses on what the program should accomplish without specifying all the details of how the program should achieve the result.